Move publishing to org.korge and update Kotlin dependencies to 2.3.20#3
Merged
jobe-m merged 1 commit intoApr 23, 2026
Conversation
Member
jobe-m
commented
Apr 23, 2026
- Toolchain was updated: Kotlin 2.3.20, AGP 8.13.1, Dokka 2.1.0, Gradle 8.14.4
- Custom Sonatype staging/release logic was replaced with com.vanniktech.maven.publish for signing + Central Portal publishing
- Namespace on maven central was changed to org.korge and Maven Central badge in README.md was updated
- GitHub Actions workflows were refreshed (Java 21, updated actions versions, new publish and dokka tasks, optional yarn lock upgrade)
- API check was updated
- Update korlibs dependencies: org.korge:korlibs-annotations:6.1.0 org.korge:korlibs-compression:6.1.0 org.korge:korlibs-wasm:6.1.0 org.jetbrains.kotlinx:atomicfu:0.32.1 org.jetbrains.kotlinx:kotlinx-browser-wasm-js:0.5.0 org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2 org.jetbrains.kotlinx:kotlinx-coroutines-test:1.10.2 net.java.dev.jna:jna:5.18.1 net.java.dev.jna:jna-platform:5.18.1
- Toolchain was updated: Kotlin 2.3.20, AGP 8.13.1, Dokka 2.1.0, Gradle 8.14.4
- Custom Sonatype staging/release logic was replaced with
com.vanniktech.maven.publish for signing + Central Portal publishing
- Namespace on maven central was changed to org.korge and Maven Central
badge in README.md was updated
- GitHub Actions workflows were refreshed (Java 21, updated actions versions,
new publish and dokka tasks, optional yarn lock upgrade)
- API check was updated
- Update korlibs dependencies:
org.korge:korlibs-annotations:6.1.0
org.korge:korlibs-compression:6.1.0
org.korge:korlibs-wasm:6.1.0
org.jetbrains.kotlinx:atomicfu:0.32.1
org.jetbrains.kotlinx:kotlinx-browser-wasm-js:0.5.0
org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2
org.jetbrains.kotlinx:kotlinx-coroutines-test:1.10.2
net.java.dev.jna:jna:5.18.1
net.java.dev.jna:jna-platform:5.18.1
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3 +/- ##
=======================================
Coverage 42.56% 42.56%
=======================================
Files 5 5
Lines 242 242
Branches 25 24 -1
=======================================
Hits 103 103
Misses 126 126
Partials 13 13 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
🤖 Augment PR SummarySummary: This PR migrates korlibs-image-core publishing and tooling to the new Changes:
Technical Notes: Android bytecode remains Java 8 via 🤖 Was this summary useful? React with 👍 or 👎 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.